<squad>
	<description>
		<type>TYPE_TANK</type>
		<nationality>NATIONALITY_JAPANESE</nationality>

		<long_name>Type 2 Ka-Mi</long_name>
		<short_name>Ka-Mi</short_name>
		<comment>An amphibious light tank based on a Ha-Go, armed with a 37mm cannon and a Type 97 light machine gun</comment>

		<uniform>japanese_vehicle_crew</uniform>
	</description>

	<availability>
		<data><month>11</month><year>1942</year><number>10</number></data>
		<data><month>6</month><year>1943</year><number>20</number></data>
		<data><month>12</month><year>1943</year><number>20</number></data>
		<data><month>6</month><year>1944</year><number>30</number></data>
		<data><month>12</month><year>1944</year><number>40</number></data>
		<data><month>12</month><year>1945</year><number>40</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-Type 2 Ka-Mi.png</image_profile>
			<weight>12300</weight>
			<is_amphibious>yes</is_amphibious>
		</attributes>

		<drive>
			<engine>
				<name>Mitsubishi A6120VD</name>
				<horsepower>120</horsepower>
				<reliability>RELIABILITY_AVERAGE</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2800</rpm_limit>
			</engine>

			<gears>
				<forwards>6</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_TWIN_TRANSMISSION</steering>

			<exhaust_pipe><offsetX>90</offsetX><offsetY>200</offsetY><angle>135</angle></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-Type 2 Ka-Mi.png</image_view>

			<width>280</width>
			<length>750</length>
			<height>230</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>13@55</upper_front>
				<lower_front>12@-10</lower_front>
				<side>12</side>
				<rear>10</rear>
				<top>10</top>
				<bottom>10</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_NAMBU</type></weapon>
				<ammo><for>WEAPON_PISTOL_NAMBU</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_RADIO</job>
				<weapon><type>WEAPON_PISTOL_NAMBU</type></weapon>
				<ammo><for>WEAPON_PISTOL_NAMBU</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>280</width>
			<length>470</length>
			<height>80</height>

			<offsetX>0</offsetX>
			<offsetY>50</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>15</front>
				<side>12</side>
				<rear>10</rear>
				<top>8</top>
			</armour>
		</superstructure>

		<turret>
			<image_view>Image-Type 2 Ka-Mi turret.png</image_view>

			<diameter>120</diameter>
			<height>50</height>
			<offsetX>0</offsetX>
			<offsetY>20</offsetY>

			<rotate_time>25</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>15</front>
				<side>12</side>
				<rear>10</rear>
				<top>10</top>
				<mantlet>20</mantlet>
			</armour>

			<weapon><type>WEAPON_CANNON_37_TYPE_1</type><offsetX>4</offsetX><offsetY>-29</offsetY></weapon>
			<weapon><type>WEAPON_LMG_TYPE_97</type><offsetX>-25</offsetX><offsetY>-54</offsetY></weapon>
			<ammo><for>WEAPON_CANNON_37_TYPE_1</for><flavour>FLAVOUR_AP</flavour><rounds>25</rounds></ammo>
			<ammo><for>WEAPON_CANNON_37_TYPE_1</for><flavour>FLAVOUR_HE</flavour><rounds>100</rounds></ammo>
			<ammo><for>WEAPON_LMG_TYPE_97</for><rounds>2000</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_NAMBU</type></weapon>
				<ammo><for>WEAPON_PISTOL_NAMBU</for><rounds>60</rounds></ammo>
			</man>
		</turret>
	</vehicle>
</squad>
